home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / UT_SYSTM / OS9MAX.ZIP / BATCH.CMD < prev    next >
Encoding:
Text File  |  1994-11-17  |  490 b   |  22 lines

  1. *--------- toggle screen pause; now: off
  2. tmode nopause
  3. *--------- list OS-9 diskette directory
  4. cat
  5. *--------- toggle screen pause; now: on
  6. tmode pause
  7.  
  8. *--------- show bitmap
  9. bitmap
  10.  
  11. *--------- check file structure of OS-9 diskette
  12. * dcheck
  13.  
  14. *--------- copy dos files to OS-9 diskette (binary)
  15. * export c:\dos\*.* . -b
  16.  
  17. *--------- copy OS-9 files to DOS hard disk (binary)
  18. * import b:\*.* c:\dos -b
  19.  
  20. *--------- terminate os9max.exe after performing procedure file
  21. exit
  22.